3.15.11
authorMatthias Clasen <mclasen@redhat.com>
Thu, 12 Mar 2015 02:25:11 +0000 (22:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Mar 2015 12:11:03 +0000 (08:11 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d1efc9b024f8cc97003c780db1e2559184236118..cad55b8137bce9cd5805117a00d75ab5a5194c1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Overview of Changes in GTK+ 3.15.11
+===================================
+
+* Go back to requiring GTK_FRAME_EXTENTS support for CSD,
+  to fix shadow problems in KDE.
+
+* Bug fixes:
+ 535929 Fix warnings from xReply test in configure.in
+ 577862 FileFilter name not set
+ 669008 Kerberos authentication popup
+ 712760 Clang static analysis fixes
+ 739070 Undefined reference to get_xkb() when building with --disable-xkb
+ 744288 gdk_gl_context_set_required_version() handles version requests...
+ 744589 nautilus bookmarks changing places randomly
+ 745065 GtkPrintOperation dialog creation fails when GTK is locally loaded
+ 745463 Search suggestions are not shown in Clocks / Weather
+ 745479 Tracker search in file chooser causes a crash
+ 745562 gedit titlebar is no longer draggable
+ 745578 sincos is not portable
+ 745622 Selected text not highlighted in GtkInfoBar
+ 745721 wayland: Add support for gtk_window_set_modal
+ 745918 add padding to textview in CSS section of GtkInspector
+ 745969 CSD windows cannot be moved immediately after being resized
+ 746013 Invalid write of size 8
+        Print dialog: Fix icons in HighContrast
+        Fix selected menu items in HighContrast
+        App chooser: Fix icons in HighContrast
+
+* Translation updates:
+ French
+ Galician
+ Kazakh
+ Korean
+ Lithuanian
+ Polish
+ Slovak
+ Swedish
+
+
 Overview of Changes in GTK+ 3.15.10
 ===================================
 
index 6720d5296b7aa4873aea4fcf17f41ece5f4d18cb..f117a6472f4e9325354fee92f076f2bd830a29f9 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [15])
-m4_define([gtk_micro_version], [10])
+m4_define([gtk_micro_version], [11])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])